home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 009a / actlib10.zip / C2CPP.H < prev    next >
C/C++ Source or Header  |  1993-01-14  |  308b  |  20 lines

  1. /****
  2.  *  Copyright (C) 1993   Marc Stern  (internet: stern@mble.philips.be)
  3.  *
  4.  *   C2CPP.H :      general function declaration
  5.  *                  for both C & C++
  6.  *
  7.  ***/
  8.  
  9.  
  10.  
  11. #ifndef C
  12.  
  13. # ifdef __cplusplus
  14. #  define EXTERN   extern "C"
  15. # else
  16. #  define EXTERN   extern 
  17. # endif
  18.  
  19. #endif
  20.